mac80211: Avoid ABI change in 4.9.53
authorBen Hutchings <ben@decadent.org.uk>
Sat, 28 Oct 2017 19:46:43 +0000 (20:46 +0100)
committerYves-Alexis Perez <corsac@debian.org>
Fri, 9 Feb 2018 12:58:52 +0000 (12:58 +0000)
commit7264ba2304a4069afb0794f8393a09b5a5f77446
treec82ec85f84dc1beffc225822d74f7c30ef478f0f
parent47a80efff06c2a92aa826bac110a8b3304e0690b
mac80211: Avoid ABI change in 4.9.53

Commit 531682159092 ("mac80211: fix VLAN handling with TXQs") replaced
a union with two separate members in ieee80211_tx_info::control.  The
one which changed offset (enqueue_time) doesn't appear to be accessed
outside of the mac80211 module, so this shouldn't be an ABI change for
drivers.  Therefore hide the ABI change from genksyms.

Gbp-Pq: Topic debian
Gbp-Pq: Name mac80211-avoid-abi-change-in-4.9.53.patch
include/net/mac80211.h